home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / mm32beta.zip / MMBATCH.ZIP / KPROTS.BAT < prev    next >
DOS Batch File  |  1993-02-13  |  414b  |  8 lines

  1. echo off
  2. rem *************************************************************************
  3. rem This Batch file is used to SEND a file to BBS caller: DSZ 1k-XMODEM
  4. rem    %1 = ComPort that MMAKER will pass to the batch
  5. rem    %2 = File Name ... MMAKER will pass the name it wants to call the file
  6. rem *************************************************************************
  7. dsz port %1 handshake both sx -k %2
  8.